﻿2026-07-22T03:24:45.9129431Z ##[group]Run actions/checkout@v5
2026-07-22T03:24:45.9129907Z with:
2026-07-22T03:24:45.9130251Z   repository: BigscreenVR/spt-bs-core
2026-07-22T03:24:45.9133549Z   token: ***
2026-07-22T03:24:45.9134109Z   ssh-strict: true
2026-07-22T03:24:45.9134655Z   ssh-user: git
2026-07-22T03:24:45.9135227Z   persist-credentials: true
2026-07-22T03:24:45.9135876Z   clean: true
2026-07-22T03:24:45.9136449Z   sparse-checkout-cone-mode: true
2026-07-22T03:24:45.9137112Z   fetch-depth: 1
2026-07-22T03:24:45.9137669Z   fetch-tags: false
2026-07-22T03:24:45.9138275Z   show-progress: true
2026-07-22T03:24:45.9138862Z   lfs: false
2026-07-22T03:24:45.9139471Z   submodules: false
2026-07-22T03:24:45.9140063Z   set-safe-directory: true
2026-07-22T03:24:45.9140744Z   allow-unsafe-pr-checkout: false
2026-07-22T03:24:45.9141421Z env:
2026-07-22T03:24:45.9141996Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-22T03:24:45.9142719Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-22T03:24:45.9143377Z ##[endgroup]
2026-07-22T03:24:45.9944363Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T03:24:45.9945892Z ##[group]Getting Git version info
2026-07-22T03:24:45.9946526Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-22T03:24:45.9947360Z [command]/usr/bin/git version
2026-07-22T03:24:45.9947749Z git version 2.43.0
2026-07-22T03:24:45.9987684Z ##[endgroup]
2026-07-22T03:24:45.9998925Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/9c2c225b-b248-4846-a6a2-902ffc467b76' before making global git config changes
2026-07-22T03:24:46.0000371Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T03:24:46.0002587Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-22T03:24:46.0034438Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-22T03:24:46.0053471Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T03:24:46.0063826Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T03:24:46.0066573Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T03:24:46.0084976Z refs/heads/main
2026-07-22T03:24:46.0091269Z [command]/usr/bin/git checkout --detach
2026-07-22T03:24:46.0136267Z HEAD is now at 69a0e4fc Merge pull request #54 from BigscreenVR/build/notif-truth-w2
2026-07-22T03:24:46.0170894Z [command]/usr/bin/git branch --delete --force main
2026-07-22T03:24:46.0194653Z Deleted branch main (was 69a0e4fc).
2026-07-22T03:24:46.0256777Z ##[endgroup]
2026-07-22T03:24:46.0260184Z [command]/usr/bin/git submodule status
2026-07-22T03:24:46.0451967Z ##[group]Cleaning the repository
2026-07-22T03:24:46.0455454Z [command]/usr/bin/git clean -ffdx
2026-07-22T03:24:46.8792572Z Removing target/
2026-07-22T03:24:46.8802261Z [command]/usr/bin/git reset --hard HEAD
2026-07-22T03:24:46.8855279Z HEAD is now at 69a0e4fc Merge pull request #54 from BigscreenVR/build/notif-truth-w2
2026-07-22T03:24:46.8863232Z ##[endgroup]
2026-07-22T03:24:46.8865596Z ##[group]Disabling automatic garbage collection
2026-07-22T03:24:46.8868245Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T03:24:46.8896889Z ##[endgroup]
2026-07-22T03:24:46.8899253Z ##[group]Setting up auth
2026-07-22T03:24:46.8904007Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T03:24:46.8932576Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T03:24:46.9124424Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T03:24:46.9150761Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T03:24:46.9339453Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T03:24:46.9365805Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T03:24:46.9556130Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T03:24:46.9585864Z ##[endgroup]
2026-07-22T03:24:46.9587367Z ##[group]Fetching the repository
2026-07-22T03:24:46.9598748Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +69a0e4fc6a268697925b0c77a56292b1d5993bcb:refs/remotes/origin/main
2026-07-22T03:24:47.3918540Z ##[endgroup]
2026-07-22T03:24:47.3919362Z ##[group]Determining the checkout info
2026-07-22T03:24:47.3920067Z ##[endgroup]
2026-07-22T03:24:47.3923829Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T03:24:47.3996094Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T03:24:47.4021258Z ##[group]Checking out the ref
2026-07-22T03:24:47.4023627Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T03:24:47.4073346Z Switched to a new branch 'main'
2026-07-22T03:24:47.4074077Z branch 'main' set up to track 'origin/main'.
2026-07-22T03:24:47.4077793Z ##[endgroup]
2026-07-22T03:24:47.4107584Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T03:24:47.4128773Z 69a0e4fc6a268697925b0c77a56292b1d5993bcb
